home *** CD-ROM | disk | FTP | other *** search
/ Jigsaw Catalog / Jigsaw Catalog 1993 Jan.img / HELPWARE < prev    next >
Text File  |  1992-11-30  |  9KB  |  186 lines

  1.     ▄▄▄▄▄ ▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄ ▄▄▄ ▄▄ ▄▄▄  
  2.      ▓██   ▓██  ▓██ ▄▄▄▄▄ ▓██▄▄▄▄▄ ▓██▄▄▄▓██ ▓██ ▓█ ▓██  
  3. ▒▓█▄▄▒▓█  ▄▒▓█▄ ▒▓█▄▄▄▒▓█ ▄▄▄▄▄▒▓█ ▒▓█   ▒▓█ ▒▓█▄▒▓▄▒▓█
  4.  
  5.                       IMPORTANT!
  6.         Before using new software it essential to:
  7.  Make a work copy to use and SAVE the ORIGINAL as a backup!
  8.  
  9.  ABOUT SHAREWARE...      
  10.  
  11.        Most shareware is every bit as good as commercial software but
  12.  it does have some differences.  Usually the instructions for running
  13.  the software are stored on the disk in .DOC or .TXT files. You may
  14.  also find file names like READ.ME or README.1ST.  Before running the
  15.  programs you should read these files to determine how to install or
  16.  run the software.
  17.  
  18.        On some disks the program(s) may be stored in a SUBDIRECTORY.
  19.  If it is you will see something like this when you "do" a directory:
  20.  
  21.             FILENAME1      <DIR>        01-23-90
  22.             FILENAME2      <DIR>        01-24-90
  23.             FILENAME3      <DIR>        02-25-91
  24.             
  25.             1 File(s)    65734 bytes free
  26.  
  27.         The <DIR> indicates a sub directory.  To change to a
  28.  subdirectory type the command CD FILENAMEX and press ENTER. (Where
  29.  FILENAMEX is the name of the directory you wish to change to.)  "Do"
  30.  another directory and you should see the files stored in the
  31.  subdirectory.  (See details further in this document.)
  32.  
  33.        DOS provides only one very poor method for viewing text files,
  34.  the TYPE command.  Simply enter the command, TYPE FILENAME.DOC, then
  35.  use the pause and return keys to scroll through the document.
  36.  (There are many programs available that allow you to view text files
  37.  the same way you are viewing this one.)
  38.  
  39.        You can print the document by entering the command, COPY
  40.  FILENAME.DOC PRN:.  This will cause the document to be printed out
  41.  on your printer.
  42.  
  43.        Experience has shown that different users sometimes encounter
  44.  the same problems. This help file is designed to address some of
  45.  these problems and to make known some of the more friendly and
  46.  helpful aspects of MS-DOS by explaining certain commands/programs and
  47.  their usage.
  48.  
  49.  ARCHIVES...
  50.  
  51.     Occasionally you will find a program in the catalog that will
  52.  have in the description, (Archived File). This means that the
  53.  program has been compressed and stored in an archive to fit it on
  54.  one disk.  Special programs make this possible. ( Disk #477 under
  55.  the UTIL-ARCHIVE section.) Archive programs have many advantages,
  56.  mainly, on an average they can compress files nearly 50%. They
  57.  also group all of a program's support files together in one compact
  58.  file. This saves disk space and reduces clutter. It is particularly
  59.  useful when making back-ups. If you order an Archived file make sure
  60.  you have a compatible de-arcing program or order disk #477. All disk's
  61.  archives have been compressed using the .ZIP format.
  62.  
  63.  BASIC PROGRAMS...
  64.  
  65.     Some programs in the catalog will require a compatible version
  66.  of the BASIC programming language to run, usually GWBASIC or BASICA.
  67.  Using BASICA as an example you can run BASIC programs by having
  68.  BASICA.EXE and the BASIC program, FILENAME.BAS in the same directory,
  69.  then typing, BASICA FILENAME. ( Leave off the .BAS extension.) You
  70.  can also run them by invoking BASIC, then typing the command, RUN
  71.  'FILENAME'.
  72.  
  73.  DIRECTORIES...
  74.  
  75.     Often when a computer system has 360k drives, the users
  76.  tend to overlook the use and convenience of directories. Since the
  77.  catalog has Bonus! files, some disks will contain more than 1
  78.  program.  In order to keep the programs and their support files neat
  79.  and seperate, we place each program in it's own directory. The first
  80.  time you "do" a directory on a Bonus! disk you will get something
  81.  like this:
  82.  
  83.          Volume in drive A has no label
  84.          Directory of A:\
  85.  
  86.     FILENAM1     <DIR>         12-22-88  9:41p
  87.     FILENAM2     <DIR>         11-05-89 10:23p
  88.     FILENAM3     <DIR>         09-23-89  5:32a
  89.     
  90.             1 File(s)    65734 bytes free
  91.  
  92.     This means there are 3 separate directories on this disk plus 1
  93.  file in the "Root" directory ( The first directory on the disk.). To
  94.  change to a different directory, simply enter the command, CD
  95.  FILENAMX. Now "do" another directory and you should see something
  96.  new.  To change back to the "Root" directory, enter the command, CD\.
  97.  The most commonly used directory commands are:
  98.  
  99.    MD FILENAME - Make new directory, "FILENAME".
  100.    RD FILENAME - Remove directory, "FILENAME". ( Must be empty first.)
  101.    CD FILENAME - Change to directory, "FILENAME".
  102.    CD\ - Return to "Root" directory.
  103.    CD.. - Move back one directory. (3 dots will move back 2
  104.           directories, 4 dots will move back 3 directories, etc.)
  105.  
  106.  ( NOTE: By using the PROMPT= command, you can have the prompt display
  107.  the current directory. The command is PROMPT=$P$G. (Consult your DOS
  108.  manual for more details.)  This should be entered in your AUTOEXEC
  109.  .BAT file to make it load each time your computer is started.  For
  110.  more information concerning BATCH files see the FILE TYPES section
  111.  of this document.)
  112.  
  113.  PRINTING FILES...
  114.  
  115.     Almost all shareware and public domain programs come with 
  116.  documentation .DOC or .TXT files.  Most of the time you will want to
  117.  print these on paper to use as a reference.  DOS supplies several
  118.  ways of printing files.  The best is to enter the command, COPY
  119.  FILENAME.DOC PRN. This will copy the file to the printer.  The latest
  120.  versions of DOS have a PRINT command that "spools" the file to the
  121.  printer so that you can continue using the computer while printing.
  122.  There are several utilities in this catalog that will spool files,
  123.  enhance print quality, even allow you to print on both sides of the
  124.  page.
  125.     As a general rule, 1 page of text uses about 3k of memory or disk
  126.  space, so a 60k file will need about 20 pages of paper.  Changing
  127.  paper supplies in the middle of printing can sometimes cause
  128.  problems, so try to have enough before starting.  ( Some list
  129.  utilities or most any word processor can be used to print partial
  130.  files.)
  131.  
  132.  VIEWING FILES...
  133.  
  134.     DOS supplies only one, very poor method for viewing files. To use
  135.  it, enter the command, TYPE FILENAME.EXT, then use the CONTROL-S
  136.  combination to stop and start the scrolling. It's poor but it's all
  137.  DOS has to give.  Inside our catalog are many programs that allow you
  138.  to scroll, search, print, even convert text files into .COM files. 
  139.  
  140.  FILE TYPES...
  141.  
  142.     As you try out new software you will find many different types of
  143.  files. The type of file is usually denoted by it's extension. Below
  144.  is a list of the more common file types and their meaning. 
  145.  
  146.  FILENAME.EXE - An executable file. Just type the filename without the
  147.                 extension to execute the program.
  148.  FILENAME.COM - A command file. Operates the same as an executable
  149.                 file.
  150.  FILENAME.BAS - This type of file requires a BASIC interpreter to run.
  151.                 It must be used in conjunction with a program like
  152.                 GWBASIC or BASICA. Usually you can learn more about
  153.                 the program by "listing" it out and reading the
  154.                 internal comments.
  155.  FILENAME.DOC - This is a documentation file. Most always contains
  156.                 documentaion for the program it comes with.
  157.  FILENAME.TXT - Sometimes used for documentation. Most often used for
  158.                 information files, not necessarily related to
  159.                 programs.
  160.  FILENAME.ZIP - This means the file has been archived. Will need to be
  161.                 "un-arced" before using. Other more common archive
  162.                 extensions are, .ARC, .LZH, .PAK, .ZIP extension.
  163.  
  164.  FILENAME.BAT - This is a batch file, one of the most useful features
  165.                 of DOS. Batch files may contain any DOS commands. They
  166.                 can display text and perform loops to vastly reduce
  167.                 repetitive keystrokes. Batch files are invoked like
  168.                 .EXE or .COM files, they will then execute each line
  169.                 in the batch file as if it were entered from the
  170.                 command line. A special batch file named, AUTOEXEC
  171.                 .BAT, will automatically execute when the computer is
  172.                 "booted". To create a BATCH file you must use a text
  173.                 editor not a word processor.  DOS provide a simple
  174.                 text editor called EDLIN.COM.  (See your DOS manual
  175.                 for more instructions on creating and using batch
  176.                 files.)
  177.  FILENAME.DAT - This type of file will almost always contains data
  178.                 that the program needs or has created.
  179.  
  180.     There will also be many different graphics or picture extensions.
  181.  (.PIC. .IMG, .GIF, .RLE, ect...) Usually graphics with different
  182.  extensions are created differently and are not compatible, although
  183.  there are several programs that read and convert different formats.
  184.     File extensions can be any thing you choose, so there will many
  185.  that are program specific.
  186.